Math'φsics

Menu
  • Acceuil
  • Maths
  • Physique
    • Maths
    • Physique
  • Matrice jacobienne - Jacobienne

    Formulaire de report



    Définition

    Définition :
    Si les dérivées partielles existent pour \(F:{\Bbb R}^n\to{\Bbb R}^p\), alors la matrice jacobienne de \(F\) en \(x=(x_1,\ldots,x_n)\) est : $${{J_F(x_1,\ldots,x_n)}}={{\begin{pmatrix}\frac{\partial f_1}{\partial x_1}(x)&\frac{\partial f_1}{\partial x_2}(x)&\cdots&\frac{\partial f_1}{\partial x_n}(x)\\ \frac{\partial f_2}{\partial x_1}(x)&\frac{\partial f_2}{\partial x_2}(x)&\cdots&\frac{\partial f_2}{\partial x_n}(x)\\ \vdots&\vdots&\ddots&\vdots\\ \frac{\partial f_p}{\partial x_1}(x)&\frac{\partial f_p}{\partial x_2}(x)&\cdots&\frac{\partial f_p}{\partial x_n}(x)\end{pmatrix}}}$$

    (Dérivée partielle)
    Définition :
    Si \(E={\Bbb R}^n,F={\Bbb R}^p\), et si \(f:E\to F\) est différentiable, on appelle jacobienne de \(F\) en \(a\) la matrice représentant \(df(a)\) dans la base canonique
    $${{{D_f(a)} }}={{\left(\frac{\partial f_i}{\partial x_{j} }(a)\right)_{ij} }}$$


    Formules utiles


    Jacobienne d'une composée

    Théorème :
    $$J_{ {{G\circ F}} }(x)={{J_G(F(x))\times J_F(x)}}$$

    (//Produit de matrices d'applications linéaires)

    Exemple

    Soit \(F\) la fonction correspondant à un changement de coordonnées polaires : $$F:\begin{align}{\Bbb R}_+\times[0,2\pi[&\longrightarrow{\Bbb R}^2\\ (r,\theta)&\longmapsto(r\cos\theta,r\sin\theta)\end{align}$$
    Calculer la matrice jacobienne de \(F\)

    $$J_F=\begin{pmatrix}\cos\theta&-r\sin\theta\\ \sin\theta&r\cos\theta\end{pmatrix}$$

    (Système de coordonnées Polaires, Matrice de rotation (Dans le plan))


    Soit $$F:{\begin{align}{\Bbb R}^2&\longrightarrow{\Bbb R}^2\\ (x,y)&\longmapsto(x+y,e^{2x-y})\end{align}}\quad\text{ et }\quad G:\begin{array}{}{\Bbb R}^2\longrightarrow{\Bbb R}\\ (x,y)\longmapsto(xy,y\sin x,x^2)\end{array}$$
    Calculer la matrice jacobienne de \(H=G\circ F\)

    $$J_F(x,y)=\begin{pmatrix}1&1\\ 2e^{2x-y}&-e^{2x-y}\end{pmatrix}\quad\text{ et }\quad J_{G}(x,y)=\begin{pmatrix} y&x\\ y\cos x&\sin x\\ 2x&0\end{pmatrix}$$

    $$J_G(F(x,y))=J_G(x+y,e^{2x-y})=\begin{pmatrix} e^{2x-y}&x+y\\ e^{2x-y}\cos(x+y)&\sin(x+y)\\ 2(x+y)&0\end{pmatrix}$$

    On a donc : $$\begin{align} J_H(x,y)&=J_G(F(x,y))\cdot J_F(x,y)\\ &=\begin{pmatrix} e^{2x-y}&x+y\\ e^{2x-y}\cos(x+y)&\sin(x+y)\\ 2(x+y)&0\end{pmatrix}\cdot\begin{pmatrix}1&1\\ 2e^{2x-y}&-e^{2x-y}\end{pmatrix}\\ &=\begin{pmatrix}(1+2x+2y)e^{2x-y}&(1-x-y)e^{2x-y}\\ (\cos(x+y)+2\sin(x+y))e^{2x-y}&\;\\ \;&\;\end{pmatrix}\end{align}$$



  • Rétroliens :
    • Changement de coordonnées local
    • Différentielle - Différentiabilité
    • Développement limité
    • Hessienne
    • Matrice
    • Minimum local
    • Règle de la chaîne - Dérivée d'une fonction composée